-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mmseg2torchserve tool #552
Conversation
Codecov Report
@@ Coverage Diff @@
## master #552 +/- ##
==========================================
- Coverage 86.76% 85.14% -1.62%
==========================================
Files 101 105 +4
Lines 5250 5670 +420
Branches 849 923 +74
==========================================
+ Hits 4555 4828 +273
- Misses 535 663 +128
- Partials 160 179 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @daavoo |
Hi @daavoo |
Hi, it worked all fine for me except the image. We may move 3dogs_mask.png to the folder resources here for better management. |
Hi @AllentDan |
Hi @daavoo |
Hi, @Junjun2016. For codes in tools other than mmseg, we may not consider unittests. |
Got it. |
* Add docker/serve * Add handler * Add mmseg2torchserve * Fix mmv minimum version * Update docs with model serving section * Update useful_tools.md * pre-commit * Update useful_tools.md * Add 3dogs to resources * Move mask to resources
* * Stabe Diffusion img2img using onnx. * * Stabe Diffusion inpaint using onnx. * Export vae_encoder, upgrade img2img, add test * updated inpainting pipeline + test * style Co-authored-by: anton-l <anton@huggingface.co>
…pen-mmlab#1191) * Restore compatibility with old ONNX pipeline. I think it broke in open-mmlab#552. * Add missing attribute `vae_encoder`
This P.R. enables serving MMSegmentation models with TorchServe. A new section Model Serving has been added in useful_tools.md.